home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue54 / System / ThreadTest / Pg1.dfm / Pg1.txt
Encoding:
Text File  |  2000-01-05  |  738 b   |  38 lines

  1. object Form1: TForm1
  2.   Left = 360
  3.   Top = 471
  4.   BorderStyle = bsDialog
  5.   Caption = 'Thread Fun'
  6.   ClientHeight = 42
  7.   ClientWidth = 233
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 8
  21.     Top = 8
  22.     Width = 105
  23.     Height = 25
  24.     Caption = 'Create Thread'
  25.     TabOrder = 0
  26.     OnClick = Button1Click
  27.   end
  28.   object Button3: TButton
  29.     Left = 120
  30.     Top = 8
  31.     Width = 105
  32.     Height = 25
  33.     Caption = 'Terminate Thread'
  34.     TabOrder = 1
  35.     OnClick = Button3Click
  36.   end
  37. end
  38.